﻿CHARACTERS = {
	c:WAL ?= {
		create_character = {
			# Alexandru Ghica, Prince of Wallachia
			first_name = "Alexandru"
			last_name = "Ghica"
			historical = yes
			ruler = yes
			age = 39
			interest_group = ig_landowners
			ideology = ideology_abolitionist
			traits = {
				cautious
			}
			on_created = {
				set_variable = is_married
			}
		}	
	}
}
